home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000058_icon-group-sender _Wed Mar 24 08:18:37 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id IAA02598
  4.     for icon-group-addresses; Wed, 24 Mar 1999 08:15:44 -0700 (MST)
  5. Message-Id: <199903241515.IAA02598@baskerville.CS.Arizona.EDU>
  6. Content-Identifier: Building on HP
  7. Hop-Count: 1
  8. Date: Tue, 23 Mar 1999 11:20 -0600
  9. From: Chris D Tenaglia <Chris.D.Tenaglia@jci.com>
  10. Subject: Building on HP
  11. To: icon-group@optima.CS.Arizona.EDU
  12. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  13. Status: RO
  14.  
  15. Finally got it.
  16. The target systems have a good C compiler, and good XWindows support.
  17. They were just configured a little oddly and this complicated the build.
  18.  
  19. My steps were  (and work here, maybe nowhere else, but this is a methodolgy?):
  20.  
  21. make Clean
  22. make X-Configure name=hp_risc
  23. make Icon
  24. *** oops, missing Xlib.h and other Xwindows files
  25. downloaded them
  26. *** oops, not on the path, can't find anything under X11/
  27. hardcoded X11 occurences to fullpath (i.e. #include 
  28. /user/is/cdt/i9/src/h/X11/Xlib.h)
  29. in all C and .h files.
  30. *** oops, linking problems
  31. HPUX uses the icon var LPATH, setenv LPATH /usr/lib
  32. *** oops, one more link problem
  33. setenv LPATH /usr/lib:/usr/lib/X11R5
  34. Done.
  35.  
  36. Note : When I built it without the X-Configure, there were no problems at all.
  37.  
  38. Chris.
  39.  
  40.